Skip to content

Query parallelism performance guide #3627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 9, 2025
Merged

Query parallelism performance guide #3627

merged 7 commits into from
Apr 9, 2025

Conversation

tom-clickhouse
Copy link
Contributor

Explains how ClickHouse parallelizes query execution using processing lanes and the max_threads setting. Covers how data is distributed across lanes, how max_threads is applied, when it isn’t fully used, and how to inspect execution with tools like EXPLAIN and trace logs.

@tom-clickhouse tom-clickhouse requested a review from a team as a code owner April 9, 2025 12:57
Copy link

vercel bot commented Apr 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 9, 2025 2:44pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
clickhouse-docs-jp ⬜️ Ignored (Inspect) Apr 9, 2025 2:44pm
clickhouse-docs-ru ⬜️ Ignored (Inspect) Visit Preview Apr 9, 2025 2:44pm
clickhouse-docs-zh ⬜️ Ignored (Inspect) Visit Preview Apr 9, 2025 2:44pm

@CLAassistant
Copy link

CLAassistant commented Apr 9, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ tom-clickhouse
❌ Tom Schreiber


Tom Schreiber seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Member

@Blargian Blargian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
@tom-clickhouse tom-clickhouse merged commit 7f62637 into main Apr 9, 2025
12 checks passed
@gingerwizard gingerwizard deleted the query-parallelism branch April 13, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants